home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_adpro / devkit / examples / example.rexx next >
Encoding:
OS/2 REXX Batch file  |  1994-06-06  |  431 b   |  24 lines

  1. /*
  2.  * ADPro-ARexx-Demo-Script
  3.  *
  4.  * Demonstrates the usage of the "PicoPainter"
  5.  * and "EGSWindow" Saver Modules.
  6.  *
  7.  * SAVE requieres to specify a dummy filename,
  8.  * this is not used.
  9.  *
  10.  * Demonstriert die Benutzung der Saver Module
  11.  * "PicoPainter" und "EGSWindow".
  12.  *
  13.  * SAVE benötigt einen Dateinamen, dieser
  14.  * wird jedoch nicht benutzt.
  15.  */
  16.  
  17. address "ADPro"
  18.  
  19. sformat "PicoPainter"
  20. save x RAW
  21.  
  22. sformat "EGSWindow"
  23. save x RAW
  24.